home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 2.iso / mac / Menu.DIR / 00044.ls < prev    next >
Encoding:
Text File  |  1996-11-05  |  145 b   |  8 lines

  1. on mouseDown
  2.   puppetSound("CLICK.aif")
  3.   set the visible of sprite (the clickOn + 3) to 1
  4.   updateStage()
  5.   waittime(1)
  6.   go(the frame + 1)
  7. end
  8.